X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/ee06f37b0f6f6d94cd05a6ffae556660f7c4a2bc..c930e9176a5a85509c5b0230e2bff5c22a591432:/docs/source/templates.html%20%28Case%20Conflict%201%29?ds=inline diff --git a/docs/source/templates.html (Case Conflict 1) b/docs/source/templates.html (Case Conflict 1) new file mode 100644 index 00000000..fcaa25b6 --- /dev/null +++ b/docs/source/templates.html (Case Conflict 1) @@ -0,0 +1,31 @@ + +
+// In AIR, XTemplates must be created at load time +Templates = { + categoryCombo: new Ext.XTemplate( + '' + ), + timeField: new Ext.XTemplate( + ' {listName}' + ), + + gridHeader : new Ext.Template( + ' {text}
', + ' | ', + ' | ', + ' | ', + ' |